Skip to content

chore(deps): update dependency @vitejs/plugin-react to v6.1.0 - #901

Merged
RichDom2185 merged 1 commit into
masterfrom
renovate/vitejs-plugin-react-6.x-lockfile
Aug 23, 2026
Merged

chore(deps): update dependency @vitejs/plugin-react to v6.1.0#901
RichDom2185 merged 1 commit into
masterfrom
renovate/vitejs-plugin-react-6.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@vitejs/plugin-react (source) 6.0.46.1.0 age confidence

Release Notes

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v6.1.0

Compare Source

Add experimental native React Compiler support (#​1419)

Add experimental native React Compiler support.

You can use it by installing oxc-transform-react and enabling it via the compiler option:

npm install -D oxc-transform-react
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'

export default defineConfig({
  plugins: [
     react({ compiler: true })
  ]
})

v6.0.5

Compare Source

Fixed the react compiler preset filter to be linear (#​1353)

The improved filter in v6.0.3 was non-linear and caused a performance regression (#​1349). The filter was changed to be linear to avoid that.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies This pull request updates dependency files label Aug 8, 2026
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x-lockfile branch 2 times, most recently from 17ccff3 to 2cd7fe0 Compare August 12, 2026 23:40
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x-lockfile branch from 2cd7fe0 to 8caa847 Compare August 23, 2026 06:09
@renovate renovate Bot changed the title chore(deps): update dependency @vitejs/plugin-react to v6.0.5 chore(deps): update dependency @vitejs/plugin-react to v6.1.0 Aug 23, 2026
@RichDom2185
RichDom2185 merged commit 06f8548 into master Aug 23, 2026
13 checks passed
@RichDom2185
RichDom2185 deleted the renovate/vitejs-plugin-react-6.x-lockfile branch August 23, 2026 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies This pull request updates dependency files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant